@charset "UTF-8";
@media screen and (min-width: 1060px) {
  .phone{
    display: none;
  }
  .honour{
    display: none;
  }
  .h5_show {
    display: none !important;
  }
  .part01:hover img.absolute {
    transform: scale(1.1);
    filter: blur(8px);
  }
  .part01 a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(2px);
    outline: solid 1px rgba(50, 50, 50, 0.2);
  }
  .part01-1 a:hover {
    background-color: #fff5f5;
    color: #b80f11;
    border-color: #b80f11;
    background-image: url("../img/icon4.png");
  }
  .part05:hover {
    transform: translateX(2px);
    color: #b80f11;
    background-image: url(../img/icon4.png);
  }
}

@media screen and (max-width: 1600px) {
  .container {
    width: 1200px;
  }
}

@media screen and (max-width: 1500px) {
  .container {
    width: 1100px;
  }
  header {
    height: 100px;
  }
  .productdetail .top .left .swiper-button-prev{
    margin-top: 132px;
    margin-left: 420px;
    
  }
  .productdetail .top .left .swiper-button-next{
    margin-top: 132px;
    margin-right: -10px;
  }
  .serve .lists .list .top .right #dituContent{
    width: 730px;
  }
  .serve .lists .list .top .left{
    padding: 45px 27px;
  }
}

@media screen and (max-width: 1400px) {
  .container {
    width: 1000px;
  }
  header {
    height: 90px;
  }
  .productdetail .top .left .swiper-button-prev{
    margin-top: 117px;
    margin-left: 370px;
    
  }
  .productdetail .top .left .swiper-button-next{
    margin-top: 117px;
    margin-right: -10px;
  }
  .serve .lists .list .top .right #dituContent{
    width: 650px;
    overflow: auto;
  }
  .serve .lists .list .top .left{
    padding: 35px 17px;
  }
  .serve .lists .list .top .right #dituContent::-webkit-scrollbar{
    width: 0.08rem;
    height: 0.08rem;
  }
  .serve .lists .list .top .right #dituContent::-webkit-scrollbar-thumb{
    background-color: #b80f11;
  }
  .serve .lists .list .top .right #dituContent img{
    max-width: max-content;
  }
}

@media screen and (max-width: 1300px) {
  .container {
    width: 1000px;
  }
  .part06{
    width: 100%;
  }
  header {
    height: 90px;
  }
  .productdetail .top .left .swiper-button-prev{
    margin-top: 117px;
    margin-left: 370px;
    
  }
  .productdetail .top .left .swiper-button-next{
    margin-top: 117px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 1060px) and (min-width:750px) {
  .honour{
    display: none!important;
  }
  .bannername{
    position: absolute;
    top: 20vw;
    left: 12vw;
    font-size: 36px;
    color: #fff;
  }
  .bannername1{
    position: absolute;
    top: 27vw;
    left: 12vw;
    font-size: 16px;
    color: #fff;
  }
  .part03 p.size36.bold{
    font-size: 58px;
  }
  .part03 p.size24{
    font-size: 36px;
  }
  .pc_show {
    display: none !important;
  }
  .phoneSize13{
    font-size:16px
  }
  .phoneSize11{
    font-size:12px
  }
  /* footer {
    padding: 30px 20px;
    color: white;
    overflow: hidden;
    text-shadow: 0 0 1px gray;
    background-color: grey;
  }
  footer img {
    filter: grayscale(100%) brightness(0%);
    opacity: 0.5;
    max-width: 50vw;
  }
  footer a {
    display: block;
    margin-bottom: 8px;
  } */
  body {
    padding-top: 92px;
    background-color: #fff;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    background: white url(../img/icon5.png) 2% center no-repeat;
    right: 0;
    height: 92px;
    background-size: auto 70%;
    box-shadow: 0 1px 5px rgba(90, 90, 90, 0.1);
  }
  header .fixed.h5_show {
    overflow: auto;
    display: none;
    top: 90px;
    background: rgba(50, 50, 50, 0.5);
    box-shadow: 0 -92px 0 rgba(100, 100, 100, 0.1);
  }
  header .fixed.h5_show a {
    display: block;
    white-space: nowrap;
  }
  header .fixed.h5_show a:first-child {
    margin: 20px 8px;
  }
  header .fixed.h5_show a:first-child:before {
    content: "》";
    color: gray;
    transform: scaleY(50%);
    display: inline-block;
  }
  header .fixed.h5_show a ~ a {
    margin-left: 4px;
    display: inline-block;
    font-size: 15px;
    color: gray;
    line-height: 2.4;
    padding: 0 20px;
    background: #f0f0f0;
    margin-bottom: 16px;
  }
  header .logo {
    width: 100%;
  }
  header .logo img {
    height: 60px;
    max-width: none;
    
  }
  header .search, header .search ~ a {
    display: none;
  }
  .part01 {
    height: 380px;
  }
  .part01 a {
    line-height: 35px;
  }
  .part01 a:active {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .part01 a + a {
    margin-left: 5vw;
  }
  /* .part02{
    background-color: gray;
    margin-top: 0;
    margin-bottom: 0;
  }
  .part02.cen {
    justify-content: left;
  }
  .part02.cen a {
    padding: 15px 15px;
    border: solid 1px #ddd;
    color: #fff;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  .part02.cen a:active {
    color: #b80f11;
    background: #f0f0f0;
  }
  .part02.container{
    max-width: 100%;
  } */
  .part03 {
    transform: scale(0.5);
    margin: 0 15px;
  }
  .part03::after {
    content: "》";
    display: block;
    font-size: 50px;
    color: gray;
    transform: rotate(90deg) scaleY(0.5) translateX(10px);
    line-height: 1;
  }
  .part04 dl{
    padding-left: 50%;
  }
  .part04 dl .ellipsis > p {
    position: absolute;
    left: 10px;
    top: 0;
  }
  .part04 dl .ellipsis {
    padding-left: 100px;
    position: relative;
    margin-top: 15px;
  }
  .part04 dl .part05 {
    margin-left: 10px;
  }
  .part04 dl > img {
    width: 45%;
    margin-bottom: 10px;
    height: auto;
  }
  .part06 dl {
    width: 48%;
    margin: 0 0 25px;
  }
  .part06 dl .img {
    height: 30vw;
    margin-bottom: 10px;
  }
  .part06 .part05 {
    line-height: 1;
    color: #b80f11;
    padding-right: 15px;
    background-image: url(../img/icon4.png);
  }
  .part06 dl:nth-child(even) {
    margin-left: 4%;
  }



  .about .lists .list .honour1 .item{
    flex-direction: column;
  }
  .about .lists .list .honour1 .item .left{
    width: 100%;
  }
  .about .lists .list .honour1 .item .point{
    flex-direction: column;
  }
  .about .lists .list .honour1 .item .point .name{
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
  }
  .about .lists .list .honour1 .item{
    width: 100%;
  }
  .about .lists .list .honour1 .item .point .more{
    padding: 15px;
    width: 100%;
  }
  .about .lists .list .honour1 .item .point{
    width: 100%;
  }
  .productdetail .top .left .swiper-button-prev{
    margin-top: 10vw;
    margin-left: 32vw;
    width: 7vw;
    height: 6vw;
  }
  .productdetail .top .left .swiper-button-next{
    margin-top: 10vw;
    margin-right: -1vw;
    width: 7vw;
    height: 6vw;
  }
  .project .list .item{
    padding: 30px;
  }
  .project .list .item .right{
    width: 50%;
  }
  .project .list .item .left{
    width: 48%;
  }
  .serve .lists .list .top .right #dituContent{
    width: 59vw;
  }
  .serve .lists .list .top .left{
    padding: 30px 2vw;
    width: 39vw;
  }
  .h5_show .searchinput{
    width: 97vw;
  }
  .h5_show .searchinput input{
    padding: 15px 5px;
    width: 100%;
  }
  .searchinputpc{
    display: none;
  }
  .serve .lists .list .end{
    margin-bottom: 100px;
  }
  .serve .lists .list .bottom .card{
    width: 48%;
  }
}

@media screen and (max-width: 750px) {
  .honour{
    display: none;
  }
  .bannername{
    position: absolute;
    top: 24vw;
    left: 12vw;
    font-size: 18px;
    color: #fff;
  }
  .bannername1{
    position: absolute;
    top: 31vw;
    left: 12vw;
    font-size: 12px;
    color: #fff;
  }
  .part03 p.size36.bold{
    font-size: 58px;
  }
  .part03 p.size24{
    font-size: 36px;
  }
  .pc{
    display: none;
  }
  .pc_show {
    display: none !important;
  }
  .phoneSize13{
    font-size:16px
  }
  .phoneSize11{
    font-size:12px
  }
  footer {
    padding: 30px 20px;
    color: white;
    overflow: hidden;
    text-shadow: 0 0 1px gray;
    background-color: grey;
    text-align: center;
  }
  footer img {
    filter: grayscale(0%) brightness(100%);
    opacity: 1;
    max-width: 52vw;
  }
  footer a {
    display: block;
    margin-bottom: 8px;
  }
  body {
    padding-top: 69px;
    background-color: #fff;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    background: white url(../img/icon5.png) 2% center no-repeat;
    right: 0;
    height: 69px;
    background-size: auto 70%;
    box-shadow: 0 1px 5px rgba(90, 90, 90, 0.1);
  }
  header .fixed.h5_show {
    overflow: auto;
    display: none;
    top: 70px;
    background: rgba(50, 50, 50, 0.5);
    box-shadow: 0 -69px 0 rgba(100, 100, 100, 0.1);
  }
  header .fixed.h5_show a {
    display: block;
    white-space: nowrap;
  }
  header .fixed.h5_show a:first-child {
    margin: 20px 8px;
  }
  header .fixed.h5_show a:first-child:before {
    content: "》";
    color: gray;
    transform: scaleY(50%);
    display: inline-block;
  }
  header .fixed.h5_show a ~ a {
    margin-left: 4px;
    display: inline-block;
    font-size: 15px;
    color: gray;
    line-height: 2.4;
    padding: 0 20px;
    background: #f0f0f0;
    margin-bottom: 16px;
  }
  header .logo {
    width: 100%;
  }
  header .logo img {
    height: 60px;
  }
  header .search, header .search ~ a {
    display: none;
  }
  .part01 {
    height: 380px;
  }
  .part01 a {
    line-height: 35px;
  }
  .part01 a:active {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .part01 a + a {
    margin-left: 5vw;
  }
  .part02{
    background-color: gray;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }
  .part02.cen {
    justify-content: left;
  }
  .part02.cen a {
    padding: 15px 15px;
    border: solid 1px #ddd;
    color: #fff;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  .part02.cen a:active {
    color: #b80f11;
    background: #f0f0f0;
  }
  .part02.container{
    max-width: 100%;
  }
  .part03 {
    transform: scale(0.5);
    margin: 0 15px;
  }
  .part03::after {
    content: "》";
    display: block;
    font-size: 50px;
    color: gray;
    transform: rotate(90deg) scaleY(0.5) translateX(10px);
    line-height: 1;
  }
  .part04 dl .ellipsis > p {
    position: absolute;
    left: 10px;
    top: 0;
  }
  .part04 dl .ellipsis {
    padding-left: 100px;
    position: relative;
    margin-top: 15px;
  }
  .part04 dl .part05 {
    margin-left: 10px;
  }
  .part04 dl > img {
    width: 100%;
    margin-bottom: 10px;
    height: 150px;
  }
  .part06 dl {
    width: 48%;
    margin: 0 0 25px;
  }
  .part06 dl .img {
    height: 30vw;
    margin-bottom: 10px;
  }
  .part06 .part05 {
    line-height: 1;
    color: #b80f11;
    padding-right: 15px;
    background-image: url(../img/icon4.png);
  }
  .part06 dl:nth-child(even) {
    margin-left: 4%;
  }



  .bgheader{
    height: auto;
  }
  .about{
    position: relative;
    margin-top: 0px;
    background-color: #fff;
    min-height: 200px;
    width: 1200px;
    margin-bottom: 20px;
  }
  .about .tab{
    height: 80px;
  }
  .about .tab .item {
    white-space: nowrap;
    line-height: 4;
    padding: 20px 0 20px;
    margin: 0 40px;
    font-size: 16px;
  }
  .about .lists .list .content .part p {
    font-size: 14px;
    line-height: 25px;
  }
  .about .lists .list .content .part .title {
    font-size: 16px;
    margin: 20px 0;
  }
  .about .lists .list .honour1 .item{
    flex-direction: column;
  }
  .about .lists .list .honour1 .item .left{
    width: 100%;
  }
  .about .lists .list .honour1 .item .point{
    flex-direction: column;
  }
  .about .lists .list .honour1 .item .point .name{
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
  }
  .about .lists .list .honour1 .item{
    width: 100%;
  }
  .about .lists .list .honour1 .item .point .more{
    padding: 15px;
    width: 100%;
  }
  .about .lists .list .honour1 .item .point{
    width: 100%;
  }
  .news,.case,.serve{
    position: relative;
    margin-top: 0px;
    background-color: #fff;
    min-height: 200px;
    width: 1200px;
    margin-bottom: 20px;
  }
  .news .tab{
    height: 80px;
    overflow-x: scroll;
    overflow-y: hidden;
    justify-content: initial;
  }
  .news .tab .item {
    white-space: nowrap;
    line-height: 4;
    padding: 10px 0 10px;
    margin: 0 50px;
    font-size: 16px;
  }
  .production .part06 {
    width:auto
  }
  .productdetail .top .left .swiper-button-prev{
    margin-top: 19vw;
    margin-left: 62vw;
    width: 15vw;
    height: 13vw;
    
  }
  .productdetail .top .left .swiper-button-next{
    margin-top: 19vw;
    margin-right: -3vw;
    width: 15vw;
    height: 13vw;
  }
  .news .lists .list .new{
    width: 48%;
  }
  .searchinput input{
    width: 100%;
  }
  .searchinputpc{
    display: none;
  }
  .productdetail .top{
    flex-direction: column;
    margin-top: 50px;
  }
  .productdetail .top .left{
    width: 100%;
  }
  .productdetail .top .left img{
    width: 100%;
  }
  .productdetail .top .left .swiper-button-prev{
    margin-top: 19vw;
    margin-left: 64vw;
    width: 15vw;
    height: 13vw;
    
  }
  .productdetail .top .left .swiper-button-next{
    margin-top: 19vw;
    margin-right: -3vw;
    width: 15vw;
    height: 13vw;
  }
  .productdetail .top .right{
    width: 100%;
  }
  .productdetail .top .right .title{
    font-size: 24px;
    margin-top: 10px;
    text-align: center;
  }
  .productdetail .top .right .brief{
    font-size: 14px;
    padding: 10px 0 20px;
    height: 180px;
  }
  .productdetail .top .right .button{
    margin-top: 20px;
  }
  .project{
    margin: 50px auto 100px;
  }
  .project .list .item{
    flex-direction: column;
    padding: 20px;
  }
  .project .list .item .left img{
    width: 100%;
    aspect-ratio: 79/50;
  }
  .project .list .item .right{
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
  .project .list .item .right .title{
    font-size: 24px;
    margin-top: 15px;
  }
  .project .list .item .right .button{
    top: 3px;
    margin-bottom: 15px;
  }
  .project .list .item .right p{
    line-height: 2.5;
  }
  .project .list .item .right .button a{
    margin: auto;
  }
  .case .lists .list .custom{
    width: 48%;
  }
  .serve .lists .list .bottom .card{
    width: 100%;
  }
  .about .tab,
  .serve .tab,
  .news .tab,
  .case .tab{
    height: 80px;
  }
  .about .tab .item,
  .serve .tab .item,
  .news .tab .item,
  .case .tab .item {
    white-space: nowrap;
    line-height: 4;
    padding: 10px 0 10px;
    margin: 0 20px;
    font-size: 16px;
  }
  .serve .lists .list .end{
    flex-direction: column;
    margin-bottom: 20px;
  }
  .serve .lists .list .end .left{
    width: 100%;
    justify-content: space-around;
  }
  .serve .lists .list .end .left .code{
    height: 40px;
  }
  .serve .lists .list .end .left .bg{
    height: 40px;
    margin-left: 20px;
  }
  .serve .lists .list textarea{
    margin-bottom: 20px;
    padding: 10px;
  }
  .serve .lists .list .end .button{
    width: 100%;
    justify-content:space-around;
    margin-top: 20px;
  }
  .serve .lists .list .end .button .submit,
  .serve .lists .list .end .button .reset{
    width: 30%;
    height: 40px;
  }
  .serve .lists .list .information input{
    width: 100%;
    margin-bottom:20px;
  }
  .serve .lists .list .information{
    margin-top: 40px;
  }
  .serve .lists .list .top{
    flex-direction: column;
    font-size: 13px;
  }
  .serve .lists .list .top .left{
    width: 100%;
  }
  .serve .lists .list .top .right #dituContent{
    width: 95vw;
    height: 95vw;
  }
  .serve .lists .list .top .left{
    padding: 20px 20px;
    height: 234px;
  }
  .serve .lists .list .top .left .address, 
  .serve .lists .list .top .left .tel, 
  .serve .lists .list .top .left .manager, 
  .serve .lists .list .top .left .cz,
  .serve .lists .list .top .left .mal{
    margin-bottom: 0px;
  }
  .serve .lists .list .top .left .title{
    font-size: 20px;
  }
  .serve .lists .list .top .left .title-e{
    font-size: 12px;
  }
  .serve .lists .list .top .left .line{
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 500px){
  .honour{
    display: none!important;
  }
  .bannername{
    position: absolute;
    top: 24vw;
    left: 12vw;
    font-size: 18px;
    color: #fff;
  }
  .bannername1{
    position: absolute;
    top: 31vw;
    left: 12vw;
    font-size: 12px;
    color: #fff;
  }
  .part03 p.size36.bold{
    font-size: 58px;
  }
  .part03 p.size24{
    font-size: 36px;
  }
  .pc{
    display: none;
  }
  .container {
    width: 500px;
  }
  header {
    height: 80px;
  }
  .pc_show {
    display: none !important;
  }
  .phoneSize11{
    font-size:12px
  }
  footer {
    padding: 30px 20px;
    color: white;
    overflow: hidden;
    text-shadow: 0 0 1px gray;
    background-color: grey;
    text-align:left
  }
  footer img {
    filter: grayscale(0%) brightness(100%);
    opacity: 1;
    max-width: 52vw;
  }
  footer a {
    display: block;
    margin-bottom: 4px;
  }
  body {
    padding-top: 46px;
    background-color: #fff;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    background: white url(../img/icon5.png) 2% center no-repeat;
    right: 0;
    height: 46px;
    background-size: auto 70%;
    box-shadow: 0 1px 5px rgba(90, 90, 90, 0.1);
  }
  header .fixed.h5_show {
    overflow: auto;
    display: none;
    top: 45px;
    background: rgba(50, 50, 50, 0.5);
    box-shadow: 0 -46px 0 rgba(100, 100, 100, 0.1);
  }
  header .fixed.h5_show a {
    display: block;
    white-space: nowrap;
  }
  header .fixed.h5_show a:first-child {
    margin: 10px 4px;
  }
  header .fixed.h5_show a:first-child:before {
    content: "》";
    color: gray;
    transform: scaleY(50%);
    display: inline-block;
  }
  header .fixed.h5_show a ~ a {
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    color: gray;
    line-height: 2.4;
    padding: 0 10px;
    background: #f0f0f0;
    margin-bottom: 8px;
  }
  header .logo {
    width: 100%;
  }
  header .logo img {
    height: 30px;
  }
  header .search, header .search ~ a {
    display: none;
  }
  .part01 {
    height: 380px;
  }
  .part01 a {
    line-height: 35px;
  }
  .part01 a:active {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .part01 a + a {
    margin-left: 5vw;
  }
  .part02{
    background-color: gray;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }
  .part02.cen {
    justify-content: left;
  }
  .part02.cen a {
    padding: 15px 15px;
    border: solid 1px #ddd;
    color: #fff;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  .part02.cen a:active {
    color: #b80f11;
    background: #f0f0f0;
  }
  .part02.container{
    max-width: 100%;
  }
  .part03 {
    transform: scale(0.5);
    margin: 0 15px;
  }
  .part03::after {
    content: "》";
    display: block;
    font-size: 50px;
    color: gray;
    transform: rotate(90deg) scaleY(0.5) translateX(10px);
    line-height: 1;
  }
  .part04 dl .ellipsis > p {
    position: absolute;
    left: 10px;
    top: 0;
  }
  .part04 dl .ellipsis {
    padding-left: 100px;
    position: relative;
    margin-top: 15px;
  }
  .part04 dl .part05 {
    margin-left: 10px;
  }
  .part04 dl > img {
    width: 100%;
    margin-bottom: 10px;
    height: 150px;
  }
  .part06 dl {
    width: 48%;
    margin: 0 0 25px;
  }
  .part06 dl .img {
    height: 30vw;
    margin-bottom: 10px;
  }
  .part06 .part05 {
    line-height: 1;
    color: #b80f11;
    padding-right: 15px;
    background-image: url(../img/icon4.png);
  }
  .part06 dl:nth-child(even) {
    margin-left: 4%;
  }


  .bgheader{
    height: auto;
  }
  .about{
    position: relative;
    margin-top: 0px;
    background-color: #fff;
    min-height: 200px;
    width: 1200px;
    margin-bottom: 20px;
  }
  .about .lists .list .content .part p,.newdetail .content p {
    font-size: 14px;
  }
  .about .lists .list .content .part .title {
    font-size: 16px;
    margin: 20px 0;
  }
  .about .lists .list .honour1 .item{
    flex-direction: column;
  }
  .about .lists .list .honour1 .item .left{
    width: 100%;
  }
  .about .lists .list .honour1 .item .point{
    flex-direction: column;
  }
  .about .lists .list .honour1 .item .point .name{
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
  }
  .about .lists .list .honour1 .item{
    width: 100%;
  }
  .about .lists .list .honour1 .item .point .more{
    padding: 15px;
    width: 100%;
  }
  .about .lists .list .honour1 .item .point{
    width: 100%;
  }


  
  .news{
    position: relative;
    margin-top: 0px;
    background-color: #fff;
    min-height: 200px;
    width: 1200px;
    margin-bottom: 20px;
  }
  .news .lists .list .new{
    width: 48%;
  }
  .news .lists .list .new:hover{
    margin-top: -10px;
  }
  .news .lists .list .new .newtime{
    padding: 10px 5px 5px;
  }
  .news .lists .list .new .newtime{
    padding: 3px 5px 5px;
  }
  .news .lists .list .new:hover .newtitle{
    padding: 3px 5px 15px;
  }
  .newdetail .detail{
    font-size: 14px;
    height: 55px;
  }
  .newdetail .detail span{
    line-height: 25px;
    margin: 20px 0 10px;
  }
  .newdetail .content .title{
    font-size: 24px;
    margin: 30px 0;
  }
  .newdetail .content .bottom .left a,
  .projectdetail .content .bottom .left a{
    font-size: 14px;
  }
  .newdetail .content .bottom .right .back,
  .projectdetail .content .bottom .right .back{
    margin: 10px auto;
  }
  .newdetail .content .bottom,
  .projectdetail .content .bottom{
    display: block;
    padding: 25px 0 35px;
  }
  .production .type .right,.production .name .right{
    white-space: nowrap;
    overflow-x: scroll;
  }
  .production .part06 {
    width: auto;
  }
  .production{
    min-height: 0px;
    margin-bottom: 20px;
  }
  .production .product{
    margin-top: 50px;
  }
  .production .type, .production .name{
    font-size: 14px;
    padding: 20px 0 10px;
  }
  .productdetail .top{
    display: block;
    margin-top: 50px;
  }
  .productdetail .top .left{
    width: 100%;
  }
  .productdetail .top .left .swiper-button-prev{
    margin-top: 19vw;
    margin-left: 62vw;
    width: 15vw;
    height: 13vw;
    
  }
  .productdetail .top .left .swiper-button-next{
    margin-top: 19vw;
    margin-right: -3vw;
    width: 15vw;
    height: 13vw;
  }
  .productdetail .top .right{
    width: 100%;
  }
  .productdetail .top .right .title{
    font-size: 24px;
    margin-top: 10px;
    text-align: center;
  }
  .productdetail .top .right .brief{
    font-size: 14px;
    padding: 10px 0 20px;
    height: 180px;
  }
  .productdetail .top .right .button{
    margin-top: 20px;
  }
  .productdetail .tab{
    margin: 45px 0;
    font-size: 14px;
  }
  .productdetail .tab .item{
    padding: 10px 0;
  }
  .productdetail .fabric .subtitle,
  .productdetail .rule .subtitle,
  .productdetail .point .subtitle,
  .productdetail .explain .subtitle{
    font-size: 14px;
  }
  .productdetail .content img{
    max-width: 100%;
    height: auto!important;
  }
  .productdetail .content video{
    max-width: 100%;
  }
  .project .list .item{
    flex-direction: column;
    padding: 20px;
  }
  .project .list .item .left img{
    width: 100%;
    aspect-ratio: 79/50;
  }
  .project .list .item .right{
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
  .project .list .item .right .title{
    font-size: 20px;
    margin-top: 15px;
  }
  .project .list .item .right p{
    line-height: 2.5;
  }
  .project .list .item .right .button{
    top: 3px;
    margin-bottom: 15px;
  }
  .project .list .item .right .button a{
    margin: auto;
  }
  .project{
    margin: 50px auto 100px;
  }
  .projectdetail .detail{
    height: 55px;
    font-size: 14px;
  }
  .projectdetail .detail span{
    line-height: 25px;
    margin: 20px 0 10px;
  }
  .projectdetail .content .title{
    font-size: 24px;
    margin: 20px 0;
  }
  .projectdetail .swiper-button-next, .projectdetail .swiper-button-prev{
    width: 30px;
    height: 30px;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 14px;
  }
  .projectdetail .content .article .swiper-slide img{
    width: 100%;
  }
  .projectdetail .content p{
    font-size: 14px;
  }
  .serve .lists .list .bottom{
    flex-direction: column;
  }
  .serve .lists .list .bottom .card{
    width: 100%;
  }
  .serve{
    position: relative;
    margin-top: 0px;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .serve .lists .list .information{
    margin-top: 40px;
  }
  .serve .lists .list .information input{
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    height: 50px;
  }
  .serve .lists .list .end{
    flex-direction: column;
    margin-bottom: 20px;
  }
  .serve .lists .list .end .left{
    width: 100%;
  }
  .serve .lists .list .end .left .code{
    height: 40px;
  }
  .serve .lists .list .end .left .bg{
    height: 40px;
  }
  .serve .lists .list textarea{
    margin-bottom: 20px;
    padding: 10px;
  }
  .serve .lists .list .end .button{
    width: 100%;
    justify-content:space-around;
    margin-top: 20px;
  }
  .serve .lists .list .end .button .submit,
  .serve .lists .list .end .button .reset{
    width: 40%;
    height: 40px;
  }
  .searchinput{
    width: 95vw;
  }
  .searchinput input{
    padding: 15px 5px;
    width: 100%;
  }
  .searchinputpc{
    display: none;
  }
  .case{
    position: relative;
    margin-top: 0px;
    background-color: #fff;
    min-height: 200px;
    width: 1200px;
    margin-bottom: 20px;
  }
  .case .lists .list .custom{
    width: 100%;
    font-size: 15px;
  }
  .case .name .right{
    white-space: nowrap;
    overflow-x: scroll;
  }
  .case .guide .type, .case .guide .name{
    font-size: 14px;
    padding: 20px 0 10px;
  }
  .case .lists .list{
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .marketing .marketing-bg{
    position: relative;
    width: 165%;
    left: 67%;
    max-width: initial;
    height: auto;
  }
  .renliziyuan .item.active .info .bottom ul li.ask{
    color: #b80f11;
  }
  .renliziyuan .item .item-container{
    height: auto;
  }
  .renliziyuan .item .info{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .renliziyuan .item .info .top .title{
    margin-bottom: 5px;
  }
  .renliziyuan .item .info .top{
    margin-bottom: 5px;
  }
  .renliziyuan .item .info .top,.renliziyuan .item .info .bottom ul,.renliziyuan .item .info .top ul{
    flex-wrap: wrap;
    margin-right: 0;
  }
  .renliziyuan .item .info .top .title,.renliziyuan .item .info .top ul li:last-child,.renliziyuan .item .info .bottom ul li:first-child{
    width: 100%;
    padding-left: 0;
  }
  .renliziyuan .item .info .top ul li:first-child{
    padding-left: 0;
    margin-bottom: 5px;
  }
  .renliziyuan .item .info .top ul li:last-child::before,.renliziyuan .item .info .top ul li:first-child::before{
    display: none;
  }
  .renliziyuan .item .info .bottom ul li.ask{
    padding: 5px 5px;
    margin-right: 10px;
    width: auto;
    background-color: #cccccc;
    color: #fff;
    border-radius: 15px;
    margin-top: 5px;
  }
  .renliziyuan .item .info .bottom ul li.ask span{
    display: none;
  }
  .marketing{
    background-size: 120% auto;
    height: auto;
  }
  .marketing section{
    padding-top: 30px;
    align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .renliziyuan .item{
    --font-size-20: 18px;
    --font-size-14: 12px;
    --btn-img-size: 20px;
  }
  .renliziyuan{
    margin: 25px auto 56px;
  }
  .renliziyuan .item .list{
    padding: 15px 15px 25px 15px;
  }
  .renliziyuan .item .list .btn{
    transform-origin: left center;
    transform: scale(0.8);
  }
  .renliziyuan .item .info{
    width: 100%;
  }
  .renliziyuan .item .item-container .btn{
    position: absolute;
    bottom: 10px;
    right: 30px;
    border-left: none;
  }
  .marketing {
    --marketing-font-size-146: 126px;
    --marketing-font-size-30: 25px;
    --marketing-font-size-19: 16px;
    --marketing-font-size-16: 12px;
  }
  .marketing section .bottom{
    width: 180px;
  }
  .marketing section .bottom li{
    padding: 0 18px;
  }
}
@media screen and (max-width: 375px) {
  .renliziyuan .item{
    --font-size-20: 14px;
    --font-size-14: 10px;
  }
  .renliziyuan .item .item-container .btn{
    right: 15px;
  }
  .renliziyuan .item .info{
    padding-left: 15px;
  }
}